-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api/nuxt has been translated #47
base: translation-ru
Are you sure you want to change the base?
api/nuxt has been translated #47
Conversation
@@ -1,45 +1,46 @@ | |||
--- | |||
title: "API: Nuxt(options)" | |||
description: You can use Nuxt.js programmatically to use it as a middleware giving you the freedom of creating your own server for rendering your web applications. | |||
title: "API: Nuxt(опции)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это точно в скобках не должно переводиться
title: "API: Nuxt(options)" | ||
description: You can use Nuxt.js programmatically to use it as a middleware giving you the freedom of creating your own server for rendering your web applications. | ||
title: "API: Nuxt(опции)" | ||
description: Вы можете программно использовать Nuxt.js, чтобы использовать его как middleware. Это даёт вам свободу создания своего собственного сервера для рендеринга ваших веб-приложений. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
программно использовать чтобы использовать. Перефразировать как-то надо
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
для отрисовки — вместо рендеринга пишем
|
||
You might want to use your own server with your middleware and your API. That's why you can use Nuxt.js programmatically. | ||
Возможно, вы захотите использовать свой собственный сервер с вамиши middleware и вашим API. Вот почему вы можете программно использовать Nuxt.js . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Поэтому вы сможете использовать программно
const { Nuxt, Builder } = require('nuxt') | ||
|
||
// Require Nuxt config | ||
// Импорт Nuxt опций |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
скорее импорт конфигурации nuxt
const nuxt = new Nuxt(config) | ||
|
||
// Enable live build & reloading on dev | ||
// Включить live сборку и перезагрузить в режим разработки |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
с режимом горячей перезагрузки модулей
|
||
### Debug logs | ||
### Debug логи |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Логи для отладки
Спасибо :) |
No description provided.